TEST: Switch to new quantecon-sphinx-theme (Theme #2) + collect Feedback#475
Open
TEST: Switch to new quantecon-sphinx-theme (Theme #2) + collect Feedback#475
Conversation
Replace quantecon-book-theme with quantecon-sphinx-theme from https://github.com/QuantEcon/quantecon-sphinx-theme Changes: - environment.yml: Replace quantecon-book-theme==0.15.1 with quantecon-sphinx-theme installed from git main branch - _config.yml: Update html_theme to quantecon_sphinx_theme and adapt theme options to match the new theme's configuration schema This is a TEST PR to evaluate the new theme. DO NOT MERGE.
Contributor
Author
Contributor
Author
|
This is a DEMO of a second theme that includes "features" of our theme, still minimal but is distinctively different to our current theme. This theme could serve two purposes:
|
Contributor
Author
|
I am not convinced about the name
|
Contributor
Author
|
@kp992 I have been working on a second QuantEcon theme that we could use for non-core QuantEcon lectures - i.e. topic series. Here is a prototype. It has many of the same features from the QuantEcon theme but it is a bit more minimal and focuses on the content. https://699d241d064feca2f249791b--epic-agnesi-957267.netlify.app/intro If you had any time I would welcome any feedback on the design. What works? What doesn't work? What you like? What you don't like? (cc: @HumphreyYang, @nisha617, @jstac) |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Test PR: New QuantEcon Sphinx Theme
This PR replaces
quantecon-book-themewith the newquantecon-sphinx-theme.Changes
quantecon-book-theme==0.15.1withquantecon-sphinx-themeinstalled from the git main branchhtml_themefromquantecon_book_themetoquantecon_sphinx_themehtml_theme_optionsto use the new theme's configuration schema (color_scheme, dark_mode, toc_sticky, toc_autoexpand, etc.)Purpose
This is a test PR to evaluate the new theme's rendering with our lecture content. Review the CI build output to assess compatibility.